home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -in_the_mag- / reader_requests / mpmorph4x / readme.unix < prev    next >
Text File  |  1999-12-01  |  592b  |  23 lines

  1. This version of MPMorph has the ability to compile the render program
  2. on non Amiga computers.
  3.  
  4. The following are some short notes:
  5.  
  6. A makefile is included with the source. It will need editing.
  7.  
  8. It can load and save PBM images.
  9.  
  10. Parameters to MPRender are supplied as for the Amiga version.
  11.  
  12. e.g.
  13.  
  14.    MPRender.unix FILES=fred DX=1
  15.  
  16. Some parameters are ignored. Invalid parameters are not flagged.
  17. Parameter names must be supplied in upper case.
  18.  
  19. When compiling there may be problems with long line lengths.
  20.  
  21. When running it is likely that zero divides will occur. You may need
  22. to trap these.
  23.